home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TFORM_DEFAULTS / TFORM_DEFAULTS.txt
Text File  |  2003-11-13  |  15KB  |  511 lines

  1. object Form_Defaults: TForm_Defaults
  2.   Left = 379
  3.   Top = 248
  4.   HelpContext = 250
  5.   BorderStyle = bsDialog
  6.   Caption = 'Defaults'
  7.   ClientHeight = 367
  8.   ClientWidth = 335
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Button_OK: TButton
  23.     Left = 15
  24.     Top = 335
  25.     Width = 75
  26.     Height = 25
  27.     Hint = 'Accept changes and close dialog box'
  28.     Caption = 'OK'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 0
  32.     OnClick = Button_OKClick
  33.   end
  34.   object Button_Cancel: TButton
  35.     Left = 95
  36.     Top = 335
  37.     Width = 75
  38.     Height = 25
  39.     Hint = 'Discard changes and close dialog box'
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.     OnClick = Button_CancelClick
  44.   end
  45.   object Pages: TPage95Control
  46.     Left = 5
  47.     Top = 5
  48.     Width = 326
  49.     Height = 321
  50.     ActivePage = Tab_Main
  51.     HotTrack = False
  52.     TabInactiveColor = clBtnFace
  53.     TabInactiveFont.Charset = DEFAULT_CHARSET
  54.     TabInactiveFont.Color = clWindowText
  55.     TabInactiveFont.Height = -11
  56.     TabInactiveFont.Name = 'MS Sans Serif'
  57.     TabInactiveFont.Style = []
  58.     TabOrder = 2
  59.     object Tab_Main: TTab95Sheet
  60.       HelpContext = 251
  61.       Caption = 'Note settings'
  62.       GripAlign = gaLeft
  63.       ImageIndex = -1
  64.       StaticPageIndex = -1
  65.       TabVisible = True
  66.       object GBox_Note: TGroupBox
  67.         Left = 5
  68.         Top = 0
  69.         Width = 306
  70.         Height = 286
  71.         Caption = ' Default properties for new notes '
  72.         TabOrder = 0
  73.         object Label_TabSize: TLabel
  74.           Left = 160
  75.           Top = 152
  76.           Width = 45
  77.           Height = 13
  78.           Caption = 'Tab &Size:'
  79.           FocusControl = Spin_TabSize
  80.         end
  81.         object Label1: TLabel
  82.           Left = 10
  83.           Top = 25
  84.           Width = 55
  85.           Height = 13
  86.           Caption = '&Note name:'
  87.           FocusControl = Edit_NoteName
  88.         end
  89.         object Bevel1: TBevel
  90.           Left = 10
  91.           Top = 85
  92.           Width = 286
  93.           Height = 5
  94.           Shape = bsTopLine
  95.         end
  96.         object Label4: TLabel
  97.           Left = 10
  98.           Top = 55
  99.           Width = 49
  100.           Height = 13
  101.           Caption = 'Note &icon:'
  102.           FocusControl = Combo_Icons
  103.         end
  104.         object Bevel2: TBevel
  105.           Left = 10
  106.           Top = 210
  107.           Width = 286
  108.           Height = 5
  109.           Shape = bsTopLine
  110.         end
  111.         object Label_EditorFonts: TLabel
  112.           Left = 35
  113.           Top = 204
  114.           Width = 171
  115.           Height = 13
  116.           Caption = ' Default font and background color: '
  117.           Enabled = False
  118.         end
  119.         object Label_EditorSettings: TLabel
  120.           Left = 35
  121.           Top = 80
  122.           Width = 101
  123.           Height = 13
  124.           Caption = ' RTF editor  settings: '
  125.           Enabled = False
  126.         end
  127.         object Label14: TLabel
  128.           Left = 20
  129.           Top = 185
  130.           Width = 51
  131.           Height = 13
  132.           Caption = '&Language:'
  133.         end
  134.         object CB_WordWrap: TCheckBox
  135.           Left = 20
  136.           Top = 100
  137.           Width = 141
  138.           Height = 17
  139.           Hint = 'Apply word-wrapping to long lines'
  140.           Caption = '&Wrap long lines'
  141.           TabOrder = 2
  142.         end
  143.         object CB_URLDetect: TCheckBox
  144.           Left = 20
  145.           Top = 125
  146.           Width = 221
  147.           Height = 17
  148.           Hint = 'Highlight URLs in editor'
  149.           Caption = 'Detect and highlight &URLs in editor'
  150.           TabOrder = 3
  151.         end
  152.         object CB_UseTabChar: TCheckBox
  153.           Left = 20
  154.           Top = 150
  155.           Width = 126
  156.           Height = 17
  157.           Hint = 'Insert TAB character (#9) when Tab key pressed'
  158.           Caption = 'Use &Tab character'
  159.           TabOrder = 4
  160.           OnClick = CB_UseTabCharClick
  161.         end
  162.         object Spin_TabSize: TSpinEdit
  163.           Left = 220
  164.           Top = 147
  165.           Width = 56
  166.           Height = 22
  167.           Hint = 'Number of spaces to insert when Tab key pressed'
  168.           MaxLength = 2
  169.           MaxValue = 32
  170.           MinValue = 1
  171.           TabOrder = 5
  172.           Value = 4
  173.         end
  174.         object Edit_NoteName: TComboBox
  175.           Left = 75
  176.           Top = 20
  177.           Width = 211
  178.           Height = 21
  179.           Hint = 'Enter name for new note'
  180.           ItemHeight = 13
  181.           TabOrder = 0
  182.           OnKeyPress = Edit_NoteNameKeyPress
  183.         end
  184.         object Combo_Icons: TGFXComboBox
  185.           Left = 75
  186.           Top = 50
  187.           Width = 211
  188.           Height = 22
  189.           Hint = 'Click to select icon for note'
  190.           Extended = False
  191.           DropDownCount = 10
  192.           ItemHeight = 16
  193.           TabOrder = 1
  194.         end
  195.         object Combo_DefEdLang: TLanguagesCombo
  196.           Left = 80
  197.           Top = 178
  198.           Width = 216
  199.           Height = 22
  200.           Language = 1033
  201.           LanguageName = 'English (United States)'
  202.           LanguageType = ltInstalled
  203.           ViewType = lvtLocalized
  204.           ParentShowHint = False
  205.           ShowHint = True
  206.           TabOrder = 6
  207.         end
  208.       end
  209.     end
  210.     object Tab_Tree: TTab95Sheet
  211.       HelpContext = 252
  212.       Caption = 'Tree settings'
  213.       GripAlign = gaLeft
  214.       ImageIndex = -1
  215.       StaticPageIndex = -1
  216.       TabVisible = True
  217.       object GBox_Tree: TGroupBox
  218.         Left = 5
  219.         Top = 0
  220.         Width = 306
  221.         Height = 286
  222.         Caption = ' Default properties for new trees '
  223.         TabOrder = 0
  224.         object Bevel4: TBevel
  225.           Left = 10
  226.           Top = 85
  227.           Width = 286
  228.           Height = 5
  229.           Shape = bsTopLine
  230.         end
  231.         object Label5: TLabel
  232.           Left = 15
  233.           Top = 25
  234.           Width = 159
  235.           Height = 13
  236.           Caption = 'Default &Name for new tree nodes:'
  237.           FocusControl = Edit_NodeName
  238.         end
  239.         object Bevel5: TBevel
  240.           Left = 10
  241.           Top = 210
  242.           Width = 286
  243.           Height = 5
  244.           Shape = bsTopLine
  245.         end
  246.         object Label_TreeFonts: TLabel
  247.           Left = 35
  248.           Top = 204
  249.           Width = 137
  250.           Height = 13
  251.           Caption = ' Font and background color: '
  252.           Enabled = False
  253.         end
  254.         object Label_TreeSettings: TLabel
  255.           Left = 35
  256.           Top = 80
  257.           Width = 70
  258.           Height = 13
  259.           Caption = ' Tree settings: '
  260.           Enabled = False
  261.         end
  262.         object Label2: TLabel
  263.           Left = 15
  264.           Top = 165
  265.           Width = 92
  266.           Height = 13
  267.           Caption = 'I&mage icons in tree:'
  268.           FocusControl = Combo_TreeImages
  269.         end
  270.         object CB_TreeCheck: TCheckBox
  271.           Left = 20
  272.           Top = 140
  273.           Width = 186
  274.           Height = 17
  275.           Hint = 'Display or hide node checkboxes'
  276.           Caption = '&Show checkboxes in tree'
  277.           TabOrder = 4
  278.         end
  279.         object Edit_NodeName: TComboBox
  280.           Left = 15
  281.           Top = 40
  282.           Width = 211
  283.           Height = 21
  284.           Hint = 'Enter default name for nodes added to tree'
  285.           ItemHeight = 13
  286.           TabOrder = 0
  287.         end
  288.         object CB_AutoNumberNodes: TCheckBox
  289.           Left = 20
  290.           Top = 100
  291.           Width = 256
  292.           Height = 17
  293.           Hint = 'When adding a node, append sequential number to its name'
  294.           Caption = '&Add sequential number to names of new nodes '
  295.           TabOrder = 2
  296.         end
  297.         object BitBtn_TknHlp: TBitBtn
  298.           Left = 235
  299.           Top = 40
  300.           Width = 25
  301.           Height = 25
  302.           Hint = 'Help for auto-naming tree nodes'
  303.           TabOrder = 1
  304.           Glyph.Data = {
  305.             F6000000424DF600000000000000760000002800000010000000100000000100
  306.             0400000000008000000000000000000000001000000010000000000000000000
  307.             8000008000000080800080000000800080008080000080808000C0C0C0000000
  308.             FF00C0C0C00000FFFF00FF000000C0C0C000FFFF0000FFFFFF00DADADADADADA
  309.             0ADAADADADADADA00DADDADA7777770B07DAADA0000000FF007DDA0FFFBFBFBF
  310.             FF07AD0FBFFF44FFBF07DA0FFFBFFFBFFF07AD0FBFFF47FFBF07DA0FFFBF748F
  311.             FF07AD0FBFFFB747BF07DA0FFF47FF44FF07AD0FBF44B844BF07DA0FFF844448
  312.             FF07AD0FBFFFBFFFBF07DA0FFFBFFFBFFF0AADA00000000000AD}
  313.         end
  314.         object CB_Vertical: TCheckBox
  315.           Left = 20
  316.           Top = 120
  317.           Width = 186
  318.           Height = 17
  319.           Hint = 'Check to show tree ABOVE the editor'
  320.           Caption = '&Vertical layout (tree on top)'
  321.           TabOrder = 3
  322.         end
  323.         object Combo_TreeImages: TComboBox
  324.           Left = 15
  325.           Top = 180
  326.           Width = 176
  327.           Height = 21
  328.           Style = csDropDownList
  329.           ItemHeight = 13
  330.           TabOrder = 5
  331.         end
  332.       end
  333.     end
  334.     object Tab_Adv: TTab95Sheet
  335.       HelpContext = 253
  336.       Caption = 'Advanced'
  337.       GripAlign = gaLeft
  338.       ImageIndex = -1
  339.       StaticPageIndex = -1
  340.       TabVisible = True
  341.       object GroupBox1: TGroupBox
  342.         Left = 5
  343.         Top = 0
  344.         Width = 306
  345.         Height = 286
  346.         Caption = ' Advanced settings '
  347.         TabOrder = 0
  348.         object LB_SaveAsDef: TLabel
  349.           Left = 10
  350.           Top = 20
  351.           Width = 286
  352.           Height = 46
  353.           AutoSize = False
  354.           Caption = 
  355.             'Normally, these properties are used for all new notes you create' +
  356.             '. If you select the option below, they will be used as default o' +
  357.             'nly for the current file.'
  358.           WordWrap = True
  359.         end
  360.         object LB_PlainText: TLabel
  361.           Left = 10
  362.           Top = 110
  363.           Width = 286
  364.           Height = 46
  365.           AutoSize = False
  366.           Caption = 
  367.             'Normally, note contents are saved as Rich Text. If you select th' +
  368.             'e option below, contents of this note will be saved as plain tex' +
  369.             't (all formatting will be rermoved).'
  370.           WordWrap = True
  371.         end
  372.         object CB_SaveAsDef: TCheckBox
  373.           Left = 10
  374.           Top = 65
  375.           Width = 286
  376.           Height = 17
  377.           Caption = '&Save as default'
  378.           TabOrder = 0
  379.           OnClick = AM_SaveAsDefClick
  380.         end
  381.         object CB_PlainText: TCheckBox
  382.           Left = 10
  383.           Top = 160
  384.           Width = 286
  385.           Height = 17
  386.           Caption = '&Plain text only (do not save formatting information)'
  387.           TabOrder = 1
  388.           OnClick = AM_SaveAsDefClick
  389.         end
  390.       end
  391.     end
  392.   end
  393.   object BTN_Font: TBitBtn
  394.     Left = 28
  395.     Top = 250
  396.     Width = 90
  397.     Height = 25
  398.     Hint = 'Change initial font'
  399.     Caption = '&Font'
  400.     TabOrder = 3
  401.     OnClick = BTN_FontClick
  402.     Glyph.Data = {
  403.       F6000000424DF600000000000000760000002800000010000000100000000100
  404.       0400000000008000000000000000000000001000000010000000000000000000
  405.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  406.       FF00C0C0C00000FFFF00FF000000C0C0C000FFFF0000FFFFFF00DADADADADADA
  407.       DADAADAD444444444444DADADADADADADADAADAD44444DAD4444DADADA44DADA
  408.       D44AADADADA44DADA44DDADADADA4444444AADADADADA44DA44DD0DAD0DADA44
  409.       D44AA07D70ADADA4444DD70007DADADA444AAD0D0DADADADA44DDA0A0ADADADA
  410.       DADAAD707DADADADADADDAD0DADADADADADAADADADADADADADAD}
  411.   end
  412.   object BTN_Color: TBitBtn
  413.     Left = 123
  414.     Top = 250
  415.     Width = 90
  416.     Height = 25
  417.     Hint = 'Change background color'
  418.     Caption = 'BG &Color'
  419.     TabOrder = 4
  420.     OnClick = BTN_ColorClick
  421.     Glyph.Data = {
  422.       36030000424D3603000000000000360000002800000010000000100000000100
  423.       18000000000000030000000000000000000000000000000000009F609F3F003F
  424.       3F003F3F003F3F003F0000000000000000003F00003F00003F00003F00003F00
  425.       003F00003F0000000000DF9FDFBF3FBF7F007F7F007F7F007F00000000000000
  426.       00003F00007F00007F00007F00007F00007F00007F00003F0000DF9FDFFF7FFF
  427.       FF00FFFF00FFFF00FF7F7F007F7F007F7F00BF3F00FF0000FF0000FF0000FF00
  428.       00FF00007F00003F0000DF9FDFFF7FFFFF00FFFF00FFFF00FF7F7F007F7F007F
  429.       7F00BF3F00FF0000FF0000FF0000FF0000FF00007F00003F0000DF9FDFFF7FFF
  430.       FF00FFFF00FFFF00FF7F7F007F7F007F7F00BF3F00FF0000FF0000FF0000FF00
  431.       00FF00007F00003F0000DF9FDFFF7FFFFF00FFFF00FFFF00FF7F7F007F7F007F
  432.       7F00BF3F00FF0000FF0000FF0000FF0000FF00007F00003F0000DF9FDFFF7FFF
  433.       FF00FFFF00FFFF00FF3FBF003FBF003FBF00BF7F00FF0000FF0000FF0000FF00
  434.       00FF00007F00003F0000DF9FDFFF7FFFFF00FFFF00FFFF00FF00FF0000FF0000
  435.       FF007F7F00FF0000FF0000FF0000FF0000FF00007F00003F0000DF9FDFFF7FFF
  436.       FF00FFFF00FFFF00FF00FF0000FF0000FF003FBF007F7F00AF6F30AF3030AF30
  437.       30AF30303F00003F00009F9FDF7F7FFF0000FF0000FF0000FF00FF0000FF0000
  438.       FF0000FF0000FF0030AF306060606060606060600000000000009F9FDF7F7FFF
  439.       0000FF0000FF0000FF00FF0000FF0000FF0000FF0000FF0030AF306060606060
  440.       606060600000000000009F9FDF7F7FFF0000FF0000FF0000FF007F7F007F7F20
  441.       DF5F20DF5F20DF5F209F5F508F8F508F8F508F8F0000000000009F9FDF7F7FFF
  442.       0000FF0000FF0000FF0000FF0000FF40BFBF40BFBF40BFBF40BFBF40BFBF40BF
  443.       BF40BFBF0000000000009F9FDF7F7FFF0000FF0000FF0000FF0000FF0000FF40
  444.       BFBF40BFBF40BFBF40BFBF40BFBF40BFBF40BFBF0000000000009F9FDF7F7FFF
  445.       7F7FFF7F7FFF7F7FFF7F7FFF7F7FFF7FFFFF7FFFFF7FFFFF7FFFFF7FFFFF7FFF
  446.       FF7FFFFF3FBFBF000000CFCFCF9F9FDF9F9FDF9F9FDF9F9FDF9F9FDF9F9FDF9F
  447.       DFDF9FDFDF9FDFDF9FDFDF9FDFDF9FDFDF9FDFDF9FDFDF609F9F}
  448.   end
  449.   object BTN_Defaults: TBitBtn
  450.     Left = 218
  451.     Top = 250
  452.     Width = 90
  453.     Height = 25
  454.     Hint = 'Reset factory default fonts and colors'
  455.     Caption = '&Reset'
  456.     TabOrder = 5
  457.     OnClick = BTN_DefaultsClick
  458.     Glyph.Data = {
  459.       F6000000424DF600000000000000760000002800000010000000100000000100
  460.       0400000000008000000000000000000000001000000010000000000000000000
  461.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  462.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  463.       7777777777777777777777777777777777777777777777777777777777777777
  464.       7777777777777778477777444447777748777744447777777477774447777777
  465.       7477774474777777747777477744777748777777777744448777777777777777
  466.       7777777777777777777777777777777777777777777777777777}
  467.   end
  468.   object Edit_Sample: TEdit
  469.     Left = 28
  470.     Top = 280
  471.     Width = 281
  472.     Height = 21
  473.     MaxLength = 127
  474.     TabOrder = 6
  475.   end
  476.   object Button_Help: TButton
  477.     Left = 175
  478.     Top = 335
  479.     Width = 75
  480.     Height = 25
  481.     Caption = 'Help'
  482.     TabOrder = 7
  483.     OnClick = Button_HelpClick
  484.   end
  485.   object ColorDlg: TColorDialog
  486.     Ctl3D = True
  487.     Options = [cdFullOpen, cdSolidColor, cdAnyColor]
  488.     Left = 124
  489.     Top = 404
  490.   end
  491.   object FontDlg: TFontDialog
  492.     Font.Charset = DEFAULT_CHARSET
  493.     Font.Color = clWindowText
  494.     Font.Height = -11
  495.     Font.Name = 'MS Sans Serif'
  496.     Font.Style = []
  497.     MinFontSize = 0
  498.     MaxFontSize = 0
  499.     Options = [fdEffects, fdForceFontExist]
  500.     Left = 89
  501.     Top = 399
  502.   end
  503.   object FormPlacement: TFormPlacement
  504.     IniSection = 'PropDlg'
  505.     Options = [fpPosition]
  506.     UseRegistry = True
  507.     Left = 285
  508.     Top = 330
  509.   end
  510. end
  511.